home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / abba_the_fox.swf / scripts / DefineButton2_209 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-07-26  |  320 b   |  17 lines

  1. on(release){
  2.    var ┬º\x01┬º = 19;
  3.    if(eval("\x01") == 19)
  4.    {
  5.       set("\x01",eval("\x01") + 455);
  6.       _root.gotoAndPlay("instr");
  7.    }
  8.    else if(eval("\x01") == 474)
  9.    {
  10.       set("\x01",eval("\x01") + 54);
  11.    }
  12.    else if(eval("\x01") == 528)
  13.    {
  14.       set("\x01",eval("\x01") + 368);
  15.    }
  16. }
  17.